1 namespace WarehouseManagementSystem
2 {
3     
partial class frmMainMenu
4     {

5         ///
<summary>
6         ///
Required designer variable.
7         ///
</summary>
8         
private System.ComponentModel.IContainer components = null;
9
10         ///
<summary>
11         ///
Clean up any resources being used.
12         ///
</summary>
13         ///
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14         
protected override void Dispose(bool disposing)
15         {
16             
if (disposing && (components != null))
17             {
18                 components.Dispose();
19             }
20             
base.Dispose(disposing);
21         }
22
23         
#region Windows Form Designer generated code
24
25         ///
<summary>
26         ///
Required method for Designer support - do not modify
27         ///
the contents of this method with the code editor.
28         ///
</summary>
29         
private void InitializeComponent()
30         {
31             
this.components = new System.ComponentModel.Container();
32             System.ComponentModel.ComponentResourceManager resources =
new System.ComponentModel.ComponentResourceManager(typeof(frmMainMenu));
33             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 =
new System.Windows.Forms.DataGridViewCellStyle();
34             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 =
new System.Windows.Forms.DataGridViewCellStyle();
35             System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 =
new System.Windows.Forms.DataGridViewCellStyle();
36             
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
37             
this.registrationToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
38             
this.databaseToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
39             
this.backupToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
40             
this.restoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
41             
this.customerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
42             
this.supplierToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
43             
this.productToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
44             
this.stockToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
45             
this.invoiceToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
46             
this.logOutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
47             
this.menuStrip2 = new System.Windows.Forms.MenuStrip();
48             
this.masterEntryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
49             
this.categoryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
50             
this.companyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
51             
this.productsToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
52             
this.usersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
53             
this.registrationToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
54             
this.loginDetailsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
55             
this.customerToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
56             
this.profileEntryToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
57             
this.suppliersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
58             
this.profileEntryToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
59             
this.productsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
60             
this.stockToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
61             
this.salesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
62             
this.recordsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
63             
this.customersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
64             
this.productsToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
65             
this.stockToolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
66             
this.salesToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
67             
this.suppliersToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
68             
this.lowStockToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
69             
this.toolsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
70             
this.notepadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
71             
this.calculatorToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
72             
this.wordpadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
73             
this.taskManagerToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
74             
this.mSWordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
75             
this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
76             
this.StatusStrip1 = new System.Windows.Forms.StatusStrip();
77             
this.ToolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
78             
this.lblUser = new System.Windows.Forms.ToolStripStatusLabel();
79             
this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
80             
this.lblUserType = new System.Windows.Forms.ToolStripStatusLabel();
81             
this.ToolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
82             
this.ToolStripStatusLabel4 = new System.Windows.Forms.ToolStripStatusLabel();
83             
this.timer1 = new System.Windows.Forms.Timer(this.components);
84             
this.dataGridView1 = new System.Windows.Forms.DataGridView();
85             
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
86             
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
87             
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
88             
this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
89             
this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
90             
this.Column6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
91             
this.Label11 = new System.Windows.Forms.Label();
92             
this.groupBox2 = new System.Windows.Forms.GroupBox();
93             
this.txtProductName = new System.Windows.Forms.TextBox();
94             
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
95             
this.timer2 = new System.Windows.Forms.Timer(this.components);
96             
this.btnExportExcel = new System.Windows.Forms.Button();
97             
this.groupBox1 = new System.Windows.Forms.GroupBox();
98             
this.btnReset = new System.Windows.Forms.Button();
99             
this.menuStrip1.SuspendLayout();
100             
this.menuStrip2.SuspendLayout();
101             
this.StatusStrip1.SuspendLayout();
102             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).BeginInit();
103             
this.groupBox2.SuspendLayout();
104             
this.groupBox1.SuspendLayout();
105             
this.SuspendLayout();
106             
//
107             
// menuStrip1
108             
//
109             
this.menuStrip1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
110             
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
111             
this.registrationToolStripMenuItem,
112             
this.databaseToolStripMenuItem,
113             
this.customerToolStripMenuItem,
114             
this.supplierToolStripMenuItem,
115             
this.productToolStripMenuItem,
116             
this.stockToolStripMenuItem,
117             
this.invoiceToolStripMenuItem,
118             
this.logOutToolStripMenuItem});
119             
this.menuStrip1.Location = new System.Drawing.Point(0, 24);
120             
this.menuStrip1.Name = "menuStrip1";
121             
this.menuStrip1.Size = new System.Drawing.Size(857, 77);
122             
this.menuStrip1.TabIndex = 0;
123             
this.menuStrip1.Text = "menuStrip1";
124             
//
125             
// registrationToolStripMenuItem
126             
//
127             
this.registrationToolStripMenuItem.Font = new System.Drawing.Font("Bookman Old Style", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
128             
this.registrationToolStripMenuItem.Image = global::WarehouseManagementSystem.Properties.Resources.register;
129             
this.registrationToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
130             
this.registrationToolStripMenuItem.Name = "registrationToolStripMenuItem";
131             
this.registrationToolStripMenuItem.Size = new System.Drawing.Size(113, 73);
132             
this.registrationToolStripMenuItem.Text = "Registration";
133             
this.registrationToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
134             
this.registrationToolStripMenuItem.Click += new System.EventHandler(this.registrationToolStripMenuItem_Click);
135             
//
136             
// databaseToolStripMenuItem
137             
//
138             
this.databaseToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
139             
this.backupToolStripMenuItem,
140             
this.restoreToolStripMenuItem});
141             
this.databaseToolStripMenuItem.Image = global::WarehouseManagementSystem.Properties.Resources.database_icon;
142             
this.databaseToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
143             
this.databaseToolStripMenuItem.Name = "databaseToolStripMenuItem";
144             
this.databaseToolStripMenuItem.Size = new System.Drawing.Size(67, 73);
145             
this.databaseToolStripMenuItem.Text = "Database";
146             
this.databaseToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
147             
//
148             
// backupToolStripMenuItem
149             
//
150             
this.backupToolStripMenuItem.Name = "backupToolStripMenuItem";
151             
this.backupToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
152             
this.backupToolStripMenuItem.Text = "Backup";
153             
this.backupToolStripMenuItem.Click += new System.EventHandler(this.backupToolStripMenuItem_Click);
154             
//
155             
// restoreToolStripMenuItem
156             
//
157             
this.restoreToolStripMenuItem.Name = "restoreToolStripMenuItem";
158             
this.restoreToolStripMenuItem.Size = new System.Drawing.Size(113, 22);
159             
this.restoreToolStripMenuItem.Text = "Restore";
160             
this.restoreToolStripMenuItem.Click += new System.EventHandler(this.restoreToolStripMenuItem_Click);
161             
//
162             
// customerToolStripMenuItem
163             
//
164             
this.customerToolStripMenuItem.Font = new System.Drawing.Font("Bookman Old Style", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
165             
this.customerToolStripMenuItem.Image = global::WarehouseManagementSystem.Properties.Resources.Icon_three;
166             
this.customerToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
167             
this.customerToolStripMenuItem.Name = "customerToolStripMenuItem";
168             
this.customerToolStripMenuItem.Size = new System.Drawing.Size(102, 73);
169             
this.customerToolStripMenuItem.Text = "Customers";
170             
this.customerToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
171             
this.customerToolStripMenuItem.Click += new System.EventHandler(this.customerToolStripMenuItem_Click);
172             
//
173             
// supplierToolStripMenuItem
174             
//
175             
this.supplierToolStripMenuItem.Font = new System.Drawing.Font("Bookman Old Style", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
176             
this.supplierToolStripMenuItem.Image = global::WarehouseManagementSystem.Properties.Resources.Supplier_Add;
177             
this.supplierToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
178             
this.supplierToolStripMenuItem.Name = "supplierToolStripMenuItem";
179             
this.supplierToolStripMenuItem.Size = new System.Drawing.Size(91, 73);
180             
this.supplierToolStripMenuItem.Text = "Suppliers";
181             
this.supplierToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
182             
this.supplierToolStripMenuItem.Click += new System.EventHandler(this.supplierToolStripMenuItem_Click);
183             
//
184             
// productToolStripMenuItem
185             
//
186             
this.productToolStripMenuItem.Font = new System.Drawing.Font("Bookman Old Style", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
187             
this.productToolStripMenuItem.Image = global::WarehouseManagementSystem.Properties.Resources.images;
188             
this.productToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
189             
this.productToolStripMenuItem.Name = "productToolStripMenuItem";
190             
this.productToolStripMenuItem.Size = new System.Drawing.Size(86, 73);
191             
this.productToolStripMenuItem.Text = "Products";
192             
this.productToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
193             
this.productToolStripMenuItem.Click += new System.EventHandler(this.productToolStripMenuItem_Click);
194             
//
195             
// stockToolStripMenuItem
196             
//
197             
this.stockToolStripMenuItem.Font = new System.Drawing.Font("Bookman Old Style", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
198             
this.stockToolStripMenuItem.Image = global::WarehouseManagementSystem.Properties.Resources.inventory_maintenance_256;
199             
this.stockToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
200             
this.stockToolStripMenuItem.Name = "stockToolStripMenuItem";
201             
this.stockToolStripMenuItem.Size = new System.Drawing.Size(62, 73);
202             
this.stockToolStripMenuItem.Text = "Stock";
203             
this.stockToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
204             
this.stockToolStripMenuItem.Click += new System.EventHandler(this.stockToolStripMenuItem_Click);
205             
//
206             
// invoiceToolStripMenuItem
207             
//
208             
this.invoiceToolStripMenuItem.Font = new System.Drawing.Font("Bookman Old Style", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
209             
this.invoiceToolStripMenuItem.Image = global::WarehouseManagementSystem.Properties.Resources.CCRQInvoice;
210             
this.invoiceToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
211             
this.invoiceToolStripMenuItem.Name = "invoiceToolStripMenuItem";
212             
this.invoiceToolStripMenuItem.Size = new System.Drawing.Size(70, 73);
213             
this.invoiceToolStripMenuItem.Text = "Billing";
214             
this.invoiceToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
215             
this.invoiceToolStripMenuItem.Click += new System.EventHandler(this.invoiceToolStripMenuItem_Click);
216             
//
217             
// logOutToolStripMenuItem
218             
//
219             
this.logOutToolStripMenuItem.Font = new System.Drawing.Font("Bookman Old Style", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
220             
this.logOutToolStripMenuItem.Image = global::WarehouseManagementSystem.Properties.Resources.gnome_panel_force_quit;
221             
this.logOutToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
222             
this.logOutToolStripMenuItem.Name = "logOutToolStripMenuItem";
223             
this.logOutToolStripMenuItem.Size = new System.Drawing.Size(79, 73);
224             
this.logOutToolStripMenuItem.Text = "Log Out";
225             
this.logOutToolStripMenuItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
226             
this.logOutToolStripMenuItem.Click += new System.EventHandler(this.logOutToolStripMenuItem_Click);
227             
//
228             
// menuStrip2
229             
//
230             
this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
231             
this.masterEntryToolStripMenuItem,
232             
this.usersToolStripMenuItem,
233             
this.customerToolStripMenuItem1,
234             
this.suppliersToolStripMenuItem,
235             
this.productsToolStripMenuItem,
236             
this.recordsToolStripMenuItem,
237             
this.toolsToolStripMenuItem,
238             
this.aboutToolStripMenuItem});
239             
this.menuStrip2.Location = new System.Drawing.Point(0, 0);
240             
this.menuStrip2.Name = "menuStrip2";
241             
this.menuStrip2.Size = new System.Drawing.Size(857, 24);
242             
this.menuStrip2.TabIndex = 1;
243             
this.menuStrip2.Text = "menuStrip2";
244             
//
245             
// masterEntryToolStripMenuItem
246             
//
247             
this.masterEntryToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
248             
this.categoryToolStripMenuItem,
249             
this.companyToolStripMenuItem,
250             
this.productsToolStripMenuItem1});
251             
this.masterEntryToolStripMenuItem.Name = "masterEntryToolStripMenuItem";
252             
this.masterEntryToolStripMenuItem.Size = new System.Drawing.Size(85, 20);
253             
this.masterEntryToolStripMenuItem.Text = "Master Entry";
254             
//
255             
// categoryToolStripMenuItem
256             
//
257             
this.categoryToolStripMenuItem.Name = "categoryToolStripMenuItem";
258             
this.categoryToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
259             
this.categoryToolStripMenuItem.Text = "Category";
260             
this.categoryToolStripMenuItem.Click += new System.EventHandler(this.categoryToolStripMenuItem_Click);
261             
//
262             
// companyToolStripMenuItem
263             
//
264             
this.companyToolStripMenuItem.Name = "companyToolStripMenuItem";
265             
this.companyToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
266             
this.companyToolStripMenuItem.Text = "Sub Category";
267             
this.companyToolStripMenuItem.Click += new System.EventHandler(this.companyToolStripMenuItem_Click);
268             
//
269             
// productsToolStripMenuItem1
270             
//
271             
this.productsToolStripMenuItem1.Name = "productsToolStripMenuItem1";
272             
this.productsToolStripMenuItem1.Size = new System.Drawing.Size(145, 22);
273             
this.productsToolStripMenuItem1.Text = "Product";
274             
this.productsToolStripMenuItem1.Click += new System.EventHandler(this.productsToolStripMenuItem1_Click);
275             
//
276             
// usersToolStripMenuItem
277             
//
278             
this.usersToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
279             
this.registrationToolStripMenuItem1,
280             
this.loginDetailsToolStripMenuItem});
281             
this.usersToolStripMenuItem.Name = "usersToolStripMenuItem";
282             
this.usersToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
283             
this.usersToolStripMenuItem.Text = "Users";
284             
//
285             
// registrationToolStripMenuItem1
286             
//
287             
this.registrationToolStripMenuItem1.Name = "registrationToolStripMenuItem1";
288             
this.registrationToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.R)));
289             
this.registrationToolStripMenuItem1.Size = new System.Drawing.Size(178, 22);
290             
this.registrationToolStripMenuItem1.Text = "Registration";
291             
this.registrationToolStripMenuItem1.Click += new System.EventHandler(this.registrationToolStripMenuItem1_Click);
292             
//
293             
// loginDetailsToolStripMenuItem
294             
//
295             
this.loginDetailsToolStripMenuItem.Name = "loginDetailsToolStripMenuItem";
296             
this.loginDetailsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.L)));
297             
this.loginDetailsToolStripMenuItem.Size = new System.Drawing.Size(178, 22);
298             
this.loginDetailsToolStripMenuItem.Text = "Login Details";
299             
this.loginDetailsToolStripMenuItem.Click += new System.EventHandler(this.loginDetailsToolStripMenuItem_Click);
300             
//
301             
// customerToolStripMenuItem1
302             
//
303             
this.customerToolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
304             
this.profileEntryToolStripMenuItem});
305             
this.customerToolStripMenuItem1.Name = "customerToolStripMenuItem1";
306             
this.customerToolStripMenuItem1.Size = new System.Drawing.Size(76, 20);
307             
this.customerToolStripMenuItem1.Text = "Customers";
308             
//
309             
// profileEntryToolStripMenuItem
310             
//
311             
this.profileEntryToolStripMenuItem.Name = "profileEntryToolStripMenuItem";
312             
this.profileEntryToolStripMenuItem.Size = new System.Drawing.Size(138, 22);
313             
this.profileEntryToolStripMenuItem.Text = "Profile Entry";
314             
this.profileEntryToolStripMenuItem.Click += new System.EventHandler(this.profileEntryToolStripMenuItem_Click);
315             
//
316             
// suppliersToolStripMenuItem
317             
//
318             
this.suppliersToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
319             
this.profileEntryToolStripMenuItem1});
320             
this.suppliersToolStripMenuItem.Name = "suppliersToolStripMenuItem";
321             
this.suppliersToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
322             
this.suppliersToolStripMenuItem.Text = "Suppliers";
323             
//
324             
// profileEntryToolStripMenuItem1
325             
//
326             
this.profileEntryToolStripMenuItem1.Name = "profileEntryToolStripMenuItem1";
327             
this.profileEntryToolStripMenuItem1.Size = new System.Drawing.Size(138, 22);
328             
this.profileEntryToolStripMenuItem1.Text = "Profile Entry";
329             
this.profileEntryToolStripMenuItem1.Click += new System.EventHandler(this.profileEntryToolStripMenuItem1_Click);
330             
//
331             
// productsToolStripMenuItem
332             
//
333             
this.productsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
334             
this.stockToolStripMenuItem1,
335             
this.salesToolStripMenuItem});
336             
this.productsToolStripMenuItem.Name = "productsToolStripMenuItem";
337             
this.productsToolStripMenuItem.Size = new System.Drawing.Size(66, 20);
338             
this.productsToolStripMenuItem.Text = "Products";
339             
//
340             
// stockToolStripMenuItem1
341             
//
342             
this.stockToolStripMenuItem1.Name = "stockToolStripMenuItem1";
343             
this.stockToolStripMenuItem1.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.S)));
344             
this.stockToolStripMenuItem1.Size = new System.Drawing.Size(163, 22);
345             
this.stockToolStripMenuItem1.Text = "Stock";
346             
this.stockToolStripMenuItem1.Click += new System.EventHandler(this.stockToolStripMenuItem1_Click);
347             
//
348             
// salesToolStripMenuItem
349             
//
350             
this.salesToolStripMenuItem.Name = "salesToolStripMenuItem";
351             
this.salesToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Alt)
352             | System.Windows.Forms.Keys.S)));
353             
this.salesToolStripMenuItem.Size = new System.Drawing.Size(163, 22);
354             
this.salesToolStripMenuItem.Text = "Sales";
355             
this.salesToolStripMenuItem.Click += new System.EventHandler(this.salesToolStripMenuItem_Click);
356             
//
357             
// recordsToolStripMenuItem
358             
//
359             
this.recordsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
360             
this.customersToolStripMenuItem,
361             
this.productsToolStripMenuItem2,
362             
this.stockToolStripMenuItem2,
363             
this.salesToolStripMenuItem1,
364             
this.suppliersToolStripMenuItem1,
365             
this.lowStockToolStripMenuItem});
366             
this.recordsToolStripMenuItem.Name = "recordsToolStripMenuItem";
367             
this.recordsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
368             
this.recordsToolStripMenuItem.Text = "Records";
369             
//
370             
// customersToolStripMenuItem
371             
//
372             
this.customersToolStripMenuItem.Name = "customersToolStripMenuItem";
373             
this.customersToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
374             
this.customersToolStripMenuItem.Text = "Customers";
375             
this.customersToolStripMenuItem.Click += new System.EventHandler(this.customersToolStripMenuItem_Click);
376             
//
377             
// productsToolStripMenuItem2
378             
//
379             
this.productsToolStripMenuItem2.Name = "productsToolStripMenuItem2";
380             
this.productsToolStripMenuItem2.Size = new System.Drawing.Size(131, 22);
381             
this.productsToolStripMenuItem2.Text = "Products";
382             
this.productsToolStripMenuItem2.Click += new System.EventHandler(this.productsToolStripMenuItem2_Click);
383             
//
384             
// stockToolStripMenuItem2
385             
//
386             
this.stockToolStripMenuItem2.Name = "stockToolStripMenuItem2";
387             
this.stockToolStripMenuItem2.Size = new System.Drawing.Size(131, 22);
388             
this.stockToolStripMenuItem2.Text = "Stock";
389             
this.stockToolStripMenuItem2.Click += new System.EventHandler(this.stockToolStripMenuItem2_Click);
390             
//
391             
// salesToolStripMenuItem1
392             
//
393             
this.salesToolStripMenuItem1.Name = "salesToolStripMenuItem1";
394             
this.salesToolStripMenuItem1.Size = new System.Drawing.Size(131, 22);
395             
this.salesToolStripMenuItem1.Text = "Sales";
396             
this.salesToolStripMenuItem1.Click += new System.EventHandler(this.salesToolStripMenuItem1_Click);
397             
//
398             
// suppliersToolStripMenuItem1
399             
//
400             
this.suppliersToolStripMenuItem1.Name = "suppliersToolStripMenuItem1";
401             
this.suppliersToolStripMenuItem1.Size = new System.Drawing.Size(131, 22);
402             
this.suppliersToolStripMenuItem1.Text = "Suppliers";
403             
this.suppliersToolStripMenuItem1.Click += new System.EventHandler(this.suppliersToolStripMenuItem1_Click);
404             
//
405             
// lowStockToolStripMenuItem
406             
//
407             
this.lowStockToolStripMenuItem.Name = "lowStockToolStripMenuItem";
408             
this.lowStockToolStripMenuItem.Size = new System.Drawing.Size(131, 22);
409             
this.lowStockToolStripMenuItem.Text = "Low Stock";
410             
this.lowStockToolStripMenuItem.Click += new System.EventHandler(this.lowStockToolStripMenuItem_Click);
411             
//
412             
// toolsToolStripMenuItem
413             
//
414             
this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
415             
this.notepadToolStripMenuItem,
416             
this.calculatorToolStripMenuItem,
417             
this.wordpadToolStripMenuItem,
418             
this.taskManagerToolStripMenuItem,
419             
this.mSWordToolStripMenuItem});
420             
this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem";
421             
this.toolsToolStripMenuItem.Size = new System.Drawing.Size(47, 20);
422             
this.toolsToolStripMenuItem.Text = "Tools";
423             
//
424             
// notepadToolStripMenuItem
425             
//
426             
this.notepadToolStripMenuItem.Image = global::WarehouseManagementSystem.Properties.Resources.Notepad1;
427             
this.notepadToolStripMenuItem.Name = "notepadToolStripMenuItem";
428             
this.notepadToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
429             
this.notepadToolStripMenuItem.Text = "Notepad";
430             
this.notepadToolStripMenuItem.Click += new System.EventHandler(this.notepadToolStripMenuItem_Click);
431             
//
432             
// calculatorToolStripMenuItem
433             
//
434             
this.calculatorToolStripMenuItem.Image = global::WarehouseManagementSystem.Properties.Resources.calc;
435             
this.calculatorToolStripMenuItem.Name = "calculatorToolStripMenuItem";
436             
this.calculatorToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
437             
this.calculatorToolStripMenuItem.Text = "Calculator";
438             
this.calculatorToolStripMenuItem.Click += new System.EventHandler(this.calculatorToolStripMenuItem_Click);
439             
//
440             
// wordpadToolStripMenuItem
441             
//
442             
this.wordpadToolStripMenuItem.Image = global::WarehouseManagementSystem.Properties.Resources.Wordpad_icon__Windows_7_;
443             
this.wordpadToolStripMenuItem.Name = "wordpadToolStripMenuItem";
444             
this.wordpadToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
445             
this.wordpadToolStripMenuItem.Text = "Wordpad";
446             
this.wordpadToolStripMenuItem.Click += new System.EventHandler(this.wordpadToolStripMenuItem_Click);
447             
//
448             
// taskManagerToolStripMenuItem
449             
//
450             
this.taskManagerToolStripMenuItem.Image = global::WarehouseManagementSystem.Properties.Resources.task_manager1;
451             
this.taskManagerToolStripMenuItem.Name = "taskManagerToolStripMenuItem";
452             
this.taskManagerToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
453             
this.taskManagerToolStripMenuItem.Text = "Task Manager";
454             
this.taskManagerToolStripMenuItem.Click += new System.EventHandler(this.taskManagerToolStripMenuItem_Click);
455             
//
456             
// mSWordToolStripMenuItem
457             
//
458             
this.mSWordToolStripMenuItem.Image = global::WarehouseManagementSystem.Properties.Resources.MS_Word_2_icon1;
459             
this.mSWordToolStripMenuItem.Name = "mSWordToolStripMenuItem";
460             
this.mSWordToolStripMenuItem.Size = new System.Drawing.Size(147, 22);
461             
this.mSWordToolStripMenuItem.Text = "MS Word";
462             
this.mSWordToolStripMenuItem.Click += new System.EventHandler(this.mSWordToolStripMenuItem_Click);
463             
//
464             
// aboutToolStripMenuItem
465             
//
466             
this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
467             
this.aboutToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
468             
this.aboutToolStripMenuItem.Text = "About";
469             
this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
470             
//
471             
// StatusStrip1
472             
//
473             
this.StatusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
474             
this.ToolStripStatusLabel1,
475             
this.lblUser,
476             
this.toolStripStatusLabel2,
477             
this.lblUserType,
478             
this.ToolStripStatusLabel3,
479             
this.ToolStripStatusLabel4});
480             
this.StatusStrip1.Location = new System.Drawing.Point(0, 482);
481             
this.StatusStrip1.Name = "StatusStrip1";
482             
this.StatusStrip1.Size = new System.Drawing.Size(857, 22);
483             
this.StatusStrip1.TabIndex = 3;
484             
this.StatusStrip1.Text = "StatusStrip1";
485             
//
486             
// ToolStripStatusLabel1
487             
//
488             
this.ToolStripStatusLabel1.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
489             
this.ToolStripStatusLabel1.Name = "ToolStripStatusLabel1";
490             
this.ToolStripStatusLabel1.Size = new System.Drawing.Size(86, 17);
491             
this.ToolStripStatusLabel1.Text = "Logged in As :";
492             
//
493             
// lblUser
494             
//
495             
this.lblUser.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
496             
this.lblUser.Image = ((System.Drawing.Image)(resources.GetObject("lblUser.Image")));
497             
this.lblUser.Name = "lblUser";
498             
this.lblUser.Size = new System.Drawing.Size(49, 17);
499             
this.lblUser.Text = "User";
500             
//
501             
// toolStripStatusLabel2
502             
//
503             
this.toolStripStatusLabel2.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
504             
this.toolStripStatusLabel2.Name = "toolStripStatusLabel2";
505             
this.toolStripStatusLabel2.Size = new System.Drawing.Size(11, 17);
506             
this.toolStripStatusLabel2.Text = ":";
507             
//
508             
// lblUserType
509             
//
510             
this.lblUserType.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
511             
this.lblUserType.Name = "lblUserType";
512             
this.lblUserType.Size = new System.Drawing.Size(62, 17);
513             
this.lblUserType.Text = "UserType";
514             
//
515             
// ToolStripStatusLabel3
516             
//
517             
this.ToolStripStatusLabel3.Name = "ToolStripStatusLabel3";
518             
this.ToolStripStatusLabel3.Size = new System.Drawing.Size(489, 17);
519             
this.ToolStripStatusLabel3.Spring = true;
520             
//
521             
// ToolStripStatusLabel4
522             
//
523             
this.ToolStripStatusLabel4.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
524             
this.ToolStripStatusLabel4.Image = ((System.Drawing.Image)(resources.GetObject("ToolStripStatusLabel4.Image")));
525             
this.ToolStripStatusLabel4.Name = "ToolStripStatusLabel4";
526             
this.ToolStripStatusLabel4.Size = new System.Drawing.Size(145, 17);
527             
this.ToolStripStatusLabel4.Text = "ToolStripStatusLabel4";
528             
//
529             
// timer1
530             
//
531             
this.timer1.Enabled = true;
532             
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
533             
//
534             
// dataGridView1
535             
//
536             
this.dataGridView1.AllowUserToAddRows = false;
537             
this.dataGridView1.AllowUserToDeleteRows = false;
538             
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.ButtonHighlight;
539             dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
540             dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
541             dataGridViewCellStyle1.Font =
new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
542             dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
543             dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
544             dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
545             dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
546             
this.dataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
547             
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
548             
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
549             
this.Column1,
550             
this.Column2,
551             
this.Column3,
552             
this.Column4,
553             
this.Column5,
554             
this.Column6});
555             dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
556             dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
557             dataGridViewCellStyle2.Font =
new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
558             dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
559             dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
560             dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
561             dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
562             
this.dataGridView1.DefaultCellStyle = dataGridViewCellStyle2;
563             
this.dataGridView1.Location = new System.Drawing.Point(40, 234);
564             
this.dataGridView1.MultiSelect = false;
565             
this.dataGridView1.Name = "dataGridView1";
566             
this.dataGridView1.ReadOnly = true;
567             dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
568             dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
569             dataGridViewCellStyle3.Font =
new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
570             dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
571             dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
572             dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
573             dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
574             
this.dataGridView1.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
575             
this.dataGridView1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
576             
this.dataGridView1.Size = new System.Drawing.Size(784, 233);
577             
this.dataGridView1.TabIndex = 4;
578             
//
579             
// Column1
580             
//
581             
this.Column1.HeaderText = "Product ID";
582             
this.Column1.Name = "Column1";
583             
this.Column1.ReadOnly = true;
584             
//
585             
// Column2
586             
//
587             
this.Column2.HeaderText = "Product Name";
588             
this.Column2.Name = "Column2";
589             
this.Column2.ReadOnly = true;
590             
this.Column2.Width = 200;
591             
//
592             
// Column3
593             
//
594             
this.Column3.HeaderText = "Features";
595             
this.Column3.Name = "Column3";
596             
this.Column3.ReadOnly = true;
597             
this.Column3.Width = 200;
598             
//
599             
// Column4
600             
//
601             
this.Column4.HeaderText = "Price";
602             
this.Column4.Name = "Column4";
603             
this.Column4.ReadOnly = true;
604             
this.Column4.Width = 80;
605             
//
606             
// Column5
607             
//
608             
this.Column5.HeaderText = "Quantity";
609             
this.Column5.Name = "Column5";
610             
this.Column5.ReadOnly = true;
611             
this.Column5.Width = 70;
612             
//
613             
// Column6
614             
//
615             
this.Column6.HeaderText = "Total Price";
616             
this.Column6.Name = "Column6";
617             
this.Column6.ReadOnly = true;
618             
this.Column6.Width = 90;
619             
//
620             
// Label11
621             
//
622             
this.Label11.AutoSize = true;
623             
this.Label11.BackColor = System.Drawing.Color.LightGray;
624             
this.Label11.Font = new System.Drawing.Font("Palatino Linotype", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
625             
this.Label11.Location = new System.Drawing.Point(41, 115);
626             
this.Label11.Name = "Label11";
627             
this.Label11.Size = new System.Drawing.Size(72, 22);
628             
this.Label11.TabIndex = 13;
629             
this.Label11.Text = "Stock In";
630             
//
631             
// groupBox2
632             
//
633             
this.groupBox2.Controls.Add(this.txtProductName);
634             
this.groupBox2.Font = new System.Drawing.Font("Palatino Linotype", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
635             
this.groupBox2.Location = new System.Drawing.Point(40, 146);
636             
this.groupBox2.Name = "groupBox2";
637             
this.groupBox2.Size = new System.Drawing.Size(314, 82);
638             
this.groupBox2.TabIndex = 117;
639             
this.groupBox2.TabStop = false;
640             
this.groupBox2.Text = "Search by Product Name";
641             
//
642             
// txtProductName
643             
//
644             
this.txtProductName.Location = new System.Drawing.Point(16, 40);
645             
this.txtProductName.Name = "txtProductName";
646             
this.txtProductName.Size = new System.Drawing.Size(284, 24);
647             
this.txtProductName.TabIndex = 0;
648             
this.txtProductName.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
649             
//
650             
// openFileDialog1
651             
//
652             
this.openFileDialog1.FileName = "openFileDialog1";
653             
//
654             
// timer2
655             
//
656             
this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
657             
//
658             
// btnExportExcel
659             
//
660             
this.btnExportExcel.Location = new System.Drawing.Point(98, 30);
661             
this.btnExportExcel.Name = "btnExportExcel";
662             
this.btnExportExcel.Size = new System.Drawing.Size(85, 34);
663             
this.btnExportExcel.TabIndex = 5;
664             
this.btnExportExcel.Text = "&Export Excel";
665             
this.btnExportExcel.UseVisualStyleBackColor = true;
666             
this.btnExportExcel.Click += new System.EventHandler(this.btnGetData_Click);
667             
//
668             
// groupBox1
669             
//
670             
this.groupBox1.Controls.Add(this.btnReset);
671             
this.groupBox1.Controls.Add(this.btnExportExcel);
672             
this.groupBox1.Location = new System.Drawing.Point(365, 146);
673             
this.groupBox1.Name = "groupBox1";
674             
this.groupBox1.Size = new System.Drawing.Size(194, 82);
675             
this.groupBox1.TabIndex = 118;
676             
this.groupBox1.TabStop = false;
677             
this.groupBox1.Text = "Operations";
678             
//
679             
// btnReset
680             
//
681             
this.btnReset.Location = new System.Drawing.Point(8, 30);
682             
this.btnReset.Name = "btnReset";
683             
this.btnReset.Size = new System.Drawing.Size(85, 34);
684             
this.btnReset.TabIndex = 6;
685             
this.btnReset.Text = "&Reset";
686             
this.btnReset.UseVisualStyleBackColor = true;
687             
this.btnReset.Click += new System.EventHandler(this.btnReset_Click);
688             
//
689             
// frmMainMenu
690             
//
691             
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
692             
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
693             
this.BackColor = System.Drawing.SystemColors.ButtonHighlight;
694             
this.ClientSize = new System.Drawing.Size(857, 504);
695             
this.Controls.Add(this.groupBox1);
696             
this.Controls.Add(this.groupBox2);
697             
this.Controls.Add(this.Label11);
698             
this.Controls.Add(this.dataGridView1);
699             
this.Controls.Add(this.StatusStrip1);
700             
this.Controls.Add(this.menuStrip1);
701             
this.Controls.Add(this.menuStrip2);
702             
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
703             
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
704             
this.MainMenuStrip = this.menuStrip1;
705             
this.MaximizeBox = false;
706             
this.Name = "frmMainMenu";
707             
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
708             
this.Text = "Main Menu";
709             
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMainMenu_FormClosing);
710             
this.Load += new System.EventHandler(this.frmMainMenu_Load);
711             
this.menuStrip1.ResumeLayout(false);
712             
this.menuStrip1.PerformLayout();
713             
this.menuStrip2.ResumeLayout(false);
714             
this.menuStrip2.PerformLayout();
715             
this.StatusStrip1.ResumeLayout(false);
716             
this.StatusStrip1.PerformLayout();
717             ((System.ComponentModel.ISupportInitialize)(
this.dataGridView1)).EndInit();
718             
this.groupBox2.ResumeLayout(false);
719             
this.groupBox2.PerformLayout();
720             
this.groupBox1.ResumeLayout(false);
721             
this.ResumeLayout(false);
722             
this.PerformLayout();
723
724         }
725
726         
#endregion
727
728         
private System.Windows.Forms.MenuStrip menuStrip1;
729         
private System.Windows.Forms.ToolStripMenuItem logOutToolStripMenuItem;
730         
private System.Windows.Forms.ToolStripMenuItem toolsToolStripMenuItem;
731         
private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
732         
private System.Windows.Forms.ToolStripMenuItem registrationToolStripMenuItem1;
733         
private System.Windows.Forms.ToolStripMenuItem loginDetailsToolStripMenuItem;
734         
private System.Windows.Forms.ToolStripMenuItem profileEntryToolStripMenuItem;
735         
private System.Windows.Forms.ToolStripMenuItem stockToolStripMenuItem1;
736         
private System.Windows.Forms.ToolStripMenuItem salesToolStripMenuItem;
737         
private System.Windows.Forms.ToolStripMenuItem notepadToolStripMenuItem;
738         
private System.Windows.Forms.ToolStripMenuItem calculatorToolStripMenuItem;
739         
private System.Windows.Forms.ToolStripMenuItem wordpadToolStripMenuItem;
740         
private System.Windows.Forms.ToolStripMenuItem taskManagerToolStripMenuItem;
741         
private System.Windows.Forms.ToolStripMenuItem mSWordToolStripMenuItem;
742         
private System.Windows.Forms.ToolStripMenuItem categoryToolStripMenuItem;
743         
private System.Windows.Forms.ToolStripMenuItem companyToolStripMenuItem;
744         
private System.Windows.Forms.ToolStripMenuItem productsToolStripMenuItem1;
745         
private System.Windows.Forms.ToolStripMenuItem customersToolStripMenuItem;
746         
internal System.Windows.Forms.StatusStrip StatusStrip1;
747         
internal System.Windows.Forms.ToolStripStatusLabel ToolStripStatusLabel1;
748         
internal System.Windows.Forms.ToolStripStatusLabel lblUser;
749         
internal System.Windows.Forms.ToolStripStatusLabel ToolStripStatusLabel3;
750         
internal System.Windows.Forms.ToolStripStatusLabel ToolStripStatusLabel4;
751         
private System.Windows.Forms.Timer timer1;
752         
private System.Windows.Forms.ToolStripMenuItem productsToolStripMenuItem2;
753         
public System.Windows.Forms.DataGridView dataGridView1;
754         
internal System.Windows.Forms.Label Label11;
755         
private System.Windows.Forms.ToolStripMenuItem stockToolStripMenuItem2;
756         
private System.Windows.Forms.ToolStripMenuItem salesToolStripMenuItem1;
757         
private System.Windows.Forms.GroupBox groupBox2;
758         
private System.Windows.Forms.TextBox txtProductName;
759         
private System.Windows.Forms.ToolStripMenuItem profileEntryToolStripMenuItem1;
760         
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
761         
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
762         
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
763         
private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
764         
private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
765         
private System.Windows.Forms.DataGridViewTextBoxColumn Column6;
766         
private System.Windows.Forms.ToolStripMenuItem suppliersToolStripMenuItem1;
767         
private System.Windows.Forms.ToolStripMenuItem backupToolStripMenuItem;
768         
private System.Windows.Forms.ToolStripMenuItem restoreToolStripMenuItem;
769         
private System.Windows.Forms.OpenFileDialog openFileDialog1;
770         
private System.Windows.Forms.Timer timer2;
771         
public System.Windows.Forms.Button btnExportExcel;
772         
private System.Windows.Forms.GroupBox groupBox1;
773         
public System.Windows.Forms.Button btnReset;
774         
public System.Windows.Forms.MenuStrip menuStrip2;
775         
public System.Windows.Forms.ToolStripMenuItem registrationToolStripMenuItem;
776         
public System.Windows.Forms.ToolStripMenuItem customerToolStripMenuItem;
777         
public System.Windows.Forms.ToolStripMenuItem productToolStripMenuItem;
778         
public System.Windows.Forms.ToolStripMenuItem stockToolStripMenuItem;
779         
public System.Windows.Forms.ToolStripMenuItem invoiceToolStripMenuItem;
780         
public System.Windows.Forms.ToolStripMenuItem masterEntryToolStripMenuItem;
781         
public System.Windows.Forms.ToolStripMenuItem usersToolStripMenuItem;
782         
public System.Windows.Forms.ToolStripMenuItem recordsToolStripMenuItem;
783         
public System.Windows.Forms.ToolStripMenuItem customerToolStripMenuItem1;
784         
public System.Windows.Forms.ToolStripMenuItem productsToolStripMenuItem;
785         
public System.Windows.Forms.ToolStripMenuItem supplierToolStripMenuItem;
786         
public System.Windows.Forms.ToolStripMenuItem suppliersToolStripMenuItem;
787         
public System.Windows.Forms.ToolStripMenuItem databaseToolStripMenuItem;
788         
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel2;
789         
public System.Windows.Forms.ToolStripStatusLabel lblUserType;
790         
private System.Windows.Forms.ToolStripMenuItem lowStockToolStripMenuItem;
791     }
792 }


Gõ tìm kiếm nhanh...